home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_108.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  206 b   |  10 lines

  1. on mouseUp
  2.   repeat with y = 1 to 60
  3.     set newtime to the movieTime of sprite 5
  4.     set newtime to newtime + 1
  5.     set the movieTime of sprite 5 to newtime
  6.     updateStage()
  7.   end repeat
  8.   alUpdate()
  9. end
  10.